SetBreakpointResponse

data class SetBreakpointResponse(breakpointId: BreakpointId, actualLocation: Location)

Represents response frame that is returned from Debugger#setBreakpoint operation call. Sets JavaScript breakpoint at a given location.

See also

Constructors

SetBreakpointResponse
Link copied to clipboard
fun SetBreakpointResponse(breakpointId: BreakpointId, actualLocation: Location)

Properties

actualLocation
Link copied to clipboard
val actualLocation: Location
Location this breakpoint resolved into.
breakpointId
Link copied to clipboard
val breakpointId: BreakpointId
Id of the created breakpoint for further reference.

Sources

jvm source
Link copied to clipboard